home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6584 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: nntp.coast.net!torn!govonca3!millsp
  2. From: millsp@gov.on.ca (Phill Mills)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: PC/Mac C++ Cross Compiler Wanted
  5. Date: 9 Feb 1996 19:45:52 GMT
  6. Organization: Government of Ontario
  7. Message-ID: <4fg89g$oap@govonca3.gov.on.ca>
  8. References: <4f7vdl$em0@news.cc.ucf.edu> <4f9571$r7t@knot.queensu.ca>
  9. NNTP-Posting-Host: 192.75.156.245
  10. X-Newsreader: NN version 6.5.0 #12 (NOV)
  11.  
  12. Wintermute <3mal5@qlink.queensu.ca> writes:
  13.  
  14. >buckley@vsl.ist.ucf.edu (Bob Buckley) wrote:
  15. >>I'm looking for a C++ Cross Compiler to develop an application for both
  16. >>PC and Mac. I am looking for a package with single GUI and I/O Port
  17. >>interfaces. Preferrably, PC Based.
  18.  
  19. >I just got Metrowerks Codewarrior 8 today.  It compiles for Macintosh 68K,
  20. >PowerPC, and PC 80x86.  I believe (never tried it) that so long as you use
  21. >PowerPlant (their class library) the gui will run under Windows as well.
  22.  
  23. Actually, PowerPlant is Mac-only.  For x86 development, they've supplied
  24. MFC v4.
  25.  
  26. The likliest way to do cross-platform development with CW 8 would be to 
  27. write you application-specific stuff as generic classes without PP or
  28. MFC dependencies.  Then you could create different projects for MFC 
  29. and PP so that each target app looked like it belonged on its GUI/platform.
  30.